type github.com/jackc/pgx/v5/pgtype.encodePlanTIDCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tid.go#L94: 		return encodePlanTIDCodecBinary{}
		tid.go#L102: type encodePlanTIDCodecBinary struct{}
		tid.go#L104: func (encodePlanTIDCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {